home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.sdk_3.1.1 / plugin_customization.ini < prev    next >
Encoding:
Text File  |  2005-09-29  |  774 b   |  21 lines

  1. # plugin_customization.ini 
  2. # sets default values for plug-in-specific preferences
  3. # keys are qualified by plug-in id
  4. # e.g., com.example.acmeplugin/myproperty=myvalue
  5. # java.io.Properties file (ISO 8859-1 with "\" escapes)
  6. # "%key" are externalized strings defined in plugin_customization.properties
  7. # This file does not need to be translated.
  8.  
  9. # Property "org.eclipse.ui/defaultPerspectiveId" controls the 
  10. # perspective that the workbench opens initially
  11. org.eclipse.ui/defaultPerspectiveId=org.eclipse.jdt.ui.JavaPerspective
  12.  
  13. # new-style tabs by default
  14. org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
  15.  
  16. # put the perspective switcher on the top right
  17. org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
  18.  
  19. # show progress on startup
  20. org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
  21.